home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / srctt26 / about.dfm / about.txt
Text File  |  1996-04-08  |  3KB  |  145 lines

  1. object AboutBox: TAboutBox
  2.   Left = 396
  3.   Top = 107
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 272
  8.   ClientWidth = 331
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   TextHeight = 20
  16.   object Panel1: TPanel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 303
  20.     Height = 201
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     OnDblClick = Panel1DblClick
  24.     object ProductName: TLabel
  25.       Left = 110
  26.       Top = 20
  27.       Width = 158
  28.       Height = 19
  29.       Caption = 'OnLineTime Tracker'
  30.       Font.Color = clBlack
  31.       Font.Height = -17
  32.       Font.Name = 'Arial'
  33.       Font.Style = [fsBold]
  34.       ParentFont = False
  35.       IsControl = True
  36.     end
  37.     object Version: TLabel
  38.       Left = 110
  39.       Top = 50
  40.       Width = 88
  41.       Height = 19
  42.       Caption = 'Version 2.6'
  43.       Font.Color = clBlack
  44.       Font.Height = -17
  45.       Font.Name = 'Arial'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.       IsControl = True
  49.     end
  50.     object Copyright: TLabel
  51.       Left = 10
  52.       Top = 100
  53.       Width = 254
  54.       Height = 19
  55.       Caption = 'Copyright 1995 by Dan Statham.'
  56.       Font.Color = clBlack
  57.       Font.Height = -17
  58.       Font.Name = 'Arial'
  59.       Font.Style = [fsBold]
  60.       ParentFont = False
  61.       IsControl = True
  62.     end
  63.     object Comments: TLabel
  64.       Left = 10
  65.       Top = 130
  66.       Width = 275
  67.       Height = 27
  68.       AutoSize = False
  69.       Caption = 'Keeps track of your time online.'
  70.       Font.Color = clBlack
  71.       Font.Height = -17
  72.       Font.Name = 'Arial'
  73.       Font.Style = [fsBold]
  74.       ParentFont = False
  75.       WordWrap = True
  76.       IsControl = True
  77.     end
  78.     object TimeStamp1: TTimeStamp
  79.       Left = 112
  80.       Top = 72
  81.       Width = 164
  82.       Height = 19
  83.       Font.Color = clBlack
  84.       Font.Height = -17
  85.       Font.Name = 'Arial'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.       Visible = False
  89.     end
  90.     object Label1: TLabel
  91.       Left = 8
  92.       Top = 156
  93.       Width = 42
  94.       Height = 19
  95.       Caption = 'JJJ'
  96.       Font.Color = clBlack
  97.       Font.Height = -17
  98.       Font.Name = 'Wingdings'
  99.       Font.Style = []
  100.       ParentFont = False
  101.     end
  102.     object Label2: TLabel
  103.       Left = 216
  104.       Top = 156
  105.       Width = 42
  106.       Height = 19
  107.       Caption = 'JJJ'
  108.       Font.Color = clBlack
  109.       Font.Height = -17
  110.       Font.Name = 'Wingdings'
  111.       Font.Style = []
  112.       ParentFont = False
  113.     end
  114.     object Label3: TLabel
  115.       Left = 64
  116.       Top = 156
  117.       Width = 133
  118.       Height = 19
  119.       Caption = 'Freeware, Enjoy!'
  120.       Font.Color = clBlack
  121.       Font.Height = -17
  122.       Font.Name = 'Arial'
  123.       Font.Style = [fsBold]
  124.       ParentFont = False
  125.     end
  126.     object AnalogClock1: TAnalogClock
  127.       Left = 24
  128.       Top = 24
  129.       Width = 73
  130.       Height = 65
  131.       BackColor = clInactiveBorder
  132.       FaceColor = clAqua
  133.     end
  134.   end
  135.   object OKButton: TBitBtn
  136.     Left = 122
  137.     Top = 223
  138.     Width = 81
  139.     Height = 41
  140.     TabOrder = 1
  141.     Kind = bkOK
  142.     IsControl = True
  143.   end
  144. end
  145.